バージョン

BindableItemCollection<T> クラス

DataSource にバインドされる項目を含む Collection。注: コレクションで一度にすべての項目を存在しない可能性があります。項目をオンデマンドで取得します。
シンタックス
'宣言
 
Public Class BindableItemCollection(Of T As IBindableItem) 
   Inherits Infragistics.Collections.CollectionBase(Of T)
   Implements Infragistics.ICollectionBase, Infragistics.ICollectionBase(Of T) 
public class BindableItemCollection<T> : Infragistics.Collections.CollectionBase<T>, Infragistics.ICollectionBase, Infragistics.ICollectionBase<T>  
where T: IBindableItem
型パラメータ
T
参照